home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / AudioApps / StartupSound / StartupSound.nib / data.classes next >
Text File  |  1992-12-20  |  194b  |  15 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. StartupSoundApp = {
  7.     ACTIONS = {
  8.     appDidInit:;
  9.     };
  10.     OUTLETS = {
  11.     theSound;
  12.     };
  13.     SUPERCLASS = Application;
  14. };
  15.